Should the Joel Test be essential for every software company? [closed]

Posted by Mahbubur R Aaman on Programmers See other posts from Programmers or by Mahbubur R Aaman
Published on 2012-10-04T14:23:49Z Indexed on 2012/10/04 15:52 UTC
Read the original article Hit count: 395

Joel Test has 12 steps for better code. They are:

  • Do you use source control?
  • Can you make a build in one step?
  • Do you make daily builds?
  • Do you have a bug database?
  • Do you fix bugs before writing new code?
  • Do you have an up-to-date schedule?
  • Do you have a spec?
  • Do programmers have quiet working conditions?
  • Do you use the best tools money can buy?
  • Do you have testers?
  • Do new candidates write code during their interview?
  • Do you do hallway usability testing?

Should these steps mandatory for every software companies?

While recruiting programmers, then programmers should ask the company, as they follow joel steps?

© Programmers or respective owner

Related posts about programming-practices

Related posts about software